configuration / chassis0 / slots / [SLOT-ID] / [gps190] / module / ssm

CLI REST-API

time-to-restore

Time to Restore
This is a read-write object and valid values are signed integers.

Datatype-Help:
value must be a signed number.



Applies to modules


GPS167
GPS167SV
GPS170
GPS180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gps190]/module/ssm
/configuration/chassis0/slots/[SLOT-ID]/[gps190]/module/ssm/holdoff-time

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/ssm


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/ssm


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/ssm
Body:
{
  "time-to-restore": 0
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/ssm -d
{
  "time-to-restore": 0
}